home *** CD-ROM | disk | FTP | other *** search
- .incomingheader_left {
- background: url("../images/blue_left.png") top right no-repeat;
- width:10px;
- height:20px;
- position: absolute;
- left:0px;
- top:0px;
- }
-
- .incomingheader_center {
- background: url("../images/blue_fill.png") top right repeat-x;
- height:20px;
- position:absolute;
- left:10px;
- right:10px;
- top:0px;
- }
-
- .incomingheader_right {
- background: url("../images/blue_right.png") top right no-repeat;
- width:10px;
- height:20px;
- position: absolute;
- right:0px;
- top:0px;
- }
-
- .outgoingheader_left {
- background: url("../images/gray_left.png") top right no-repeat;
- width:10px;
- height:20px;
- position: absolute;
- left:0px;
- top:0px;
- }
-
- .outgoingheader_center {
- background: url("../images/gray_fill.png") top right repeat-x;
- height:20px;
- position:absolute;
- left:10px;
- right:10px;
- top:0px;
- }
-
- .outgoingheader_right {
- background: url("../images/gray_right.png") top right no-repeat;
- width:20px;
- height:20px;
- position: absolute;
- right:0px;
- top:0px;
- }
-